pp108 : Enabling SOAP Protocol Validation at Gateway

Enabling SOAP Protocol Validation at Gateway

This topic describes the procedure for enabling SOAP protocol validation at the Gateway.

SOAP requests coming in to the Gateway are validated to ensure that they follow SOAP 1.1 protocol.

  1. Modify the following property in wcp.properties file using Management Console . For information on modifying a property, refer to Modifying a Property. cordys.gateway.protocol.validation=true.

    Note: If the property is set to false in the wcp.property file, SOAP protocol validation is disabled.
  2. Restart the Web server.
    The SOAP validation at Gateway is enabled.
    Note: This validates the SOAP protocol part of the requests alone with respect to SOAP 1.1 protocol. To validate SOAP protocol and the request, enable the request validation property. For more information, refer Enabling Request Validation. To validate SOAP protocol, the request, and the response, enable the response validation property. For more information, refer Enabling Response Validation.

Related tasks

Enabling Payload Validation at Gateway (Deprecated)
Enabling SOAP Validation at Gateway (Deprecated)
Enabling Request Validation at Gateway
Enabling Response Validation at Gateway
Managing Platform Properties